From 9986157a601b70931d7c982a150b95671e45901a Mon Sep 17 00:00:00 2001 From: LLVM Packaging Team Date: Mon, 9 Sep 2024 14:56:19 +0200 Subject: [PATCH] lower-python-dep =================================================================== Gbp-Pq: Name lower-python-dep.diff --- llvm/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm/CMakeLists.txt b/llvm/CMakeLists.txt index 79de9eb2e3..75d82a396d 100644 --- a/llvm/CMakeLists.txt +++ b/llvm/CMakeLists.txt @@ -850,8 +850,8 @@ set(LLVM_PROFDATA_FILE "" CACHE FILEPATH "Profiling data file to use when compiling in order to improve runtime performance.") if(LLVM_INCLUDE_TESTS) - # Lit test suite requires at least python 3.6 - set(LLVM_MINIMUM_PYTHON_VERSION 3.6) + # Lit test suite requires at least python 3.5 + set(LLVM_MINIMUM_PYTHON_VERSION 3.5) else() # FIXME: it is unknown if this is the actual minimum bound set(LLVM_MINIMUM_PYTHON_VERSION 3.0) -- 2.30.2